home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / show / jpegAGAsrc21.lha / jpegAGAsrc / jpeg / jconfig.h next >
C/C++ Source or Header  |  1994-12-30  |  1KB  |  49 lines

  1. /* jconfig.h --- generated by ckconfig.c */
  2. /* see jconfig.doc for explanations */
  3.  
  4. /* This is for gcc on the Amiga running Amiga-OS */
  5. /* made by Günther Röhrich (Guenther@studbox.uni-stuttgart.de) */
  6.  
  7. #define HAVE_PROTOTYPES
  8. #define HAVE_UNSIGNED_CHAR
  9. #define HAVE_UNSIGNED_SHORT
  10. /* #define void char */
  11. /* #define const */
  12. #undef CHAR_IS_UNSIGNED
  13. #define HAVE_STDDEF_H
  14. #define HAVE_STDLIB_H
  15. #undef NEED_BSD_STRINGS
  16. #undef NEED_SYS_TYPES_H
  17. #undef NEED_FAR_POINTERS
  18. #undef NEED_SHORT_EXTERNAL_NAMES
  19. #undef INCOMPLETE_TYPES_BROKEN
  20.  
  21. #define MULTIPLIER short   /* improves speed on all 680x0 processors */
  22.  
  23. #define FAST_FLOAT double  /* using float gives incorrect code */
  24.  
  25. #define NO_MKTEMP /* needed when using noixemul libs */
  26.  
  27. #ifdef JPEG_INTERNALS
  28.  
  29. #undef RIGHT_SHIFT_IS_UNSIGNED
  30. #define TEMP_DIRECTORY "JPEGTMP:"    /* recommended setting for Amiga */
  31. #define SHORTxSHORT_32    
  32.  
  33. #endif /* JPEG_INTERNALS */
  34.  
  35. #ifdef JPEG_CJPEG_DJPEG
  36.  
  37. #undef BMP_SUPPORTED        /* BMP image file format */
  38. #undef GIF_SUPPORTED        /* GIF image file format */
  39. #define PPM_SUPPORTED        /* PBMPLUS PPM/PGM image file format */
  40. #undef RLE_SUPPORTED        /* Utah RLE image file format */
  41. #undef TARGA_SUPPORTED        /* Targa image file format */
  42.  
  43. #define TWO_FILE_COMMANDLINE    /* You may need this on non-Unix systems */
  44. #define NEED_SIGNAL_CATCHER    /* Define this if you use jmemname.c */
  45. #undef DONT_USE_B_MODE
  46. /* #define PROGRESS_REPORT */    /* optional */
  47.  
  48. #endif /* JPEG_CJPEG_DJPEG */
  49.